PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / setGrayStrokeColor Method
The gray level.
In This Topic
    setGrayStrokeColor Method
    In This Topic
    Sets the current colorspace for stroke operations to DeviceGray and sets the gray level. Operator: g
    Syntax
    public void setGrayStrokeColor( 
       double g
    )

    Parameters

    g
    The gray level.
    See Also